home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
FILER
/
GREP.ZIP
/
release
/
Resources
/
Script
< prev
next >
Wrap
Text File
|
1989-03-11
|
316b
|
11 lines
BEGIN { print "failures=0"; }
!/^#/ && NF == 3 {
print "echo '" $3 "' | ../egrep -e '" $2 "' > /dev/null 2>&1";
print "if [ $? != " $1 " ]"
print "then"
printf "\techo Spencer test \\#%d failed\n", ++n
print "\tfailures=1"
print "fi"
}
END { print "exit $failures"; }